home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F24370_SelOptPage.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  1.4 KB  |  58 lines

  1. #if !defined(AFX_SELOPTPAGE_H__E7808AF4_A75C_11D1_B7B8_000021452DB6__INCLUDED_)
  2. #define AFX_SELOPTPAGE_H__E7808AF4_A75C_11D1_B7B8_000021452DB6__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // SelOptPage.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CSelOptPage dialog
  12.  
  13. class CSelOptPage : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CSelOptPage)
  16.  
  17. // Construction
  18. public:
  19.     CSelOptPage();
  20.     ~CSelOptPage();
  21.  
  22.     int        m_iVersion;
  23. // Dialog Data
  24.     //{{AFX_DATA(CSelOptPage)
  25.     enum { IDD = IDD_SELECT_PROPPAGE };
  26.     BOOL    m_bArcs;
  27.     BOOL    m_bTexts;
  28.     BOOL    m_bInvisible;
  29.     BOOL    m_bTopLevel;
  30.     BOOL    m_bSegments;
  31.     BOOL    m_bBlocks;
  32.     //}}AFX_DATA
  33.  
  34.  
  35. // Overrides
  36.     // ClassWizard generate virtual function overrides
  37.     //{{AFX_VIRTUAL(CSelOptPage)
  38.     protected:
  39.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  40.     //}}AFX_VIRTUAL
  41.  
  42. // Implementation
  43. protected:
  44.     // Generated message map functions
  45.     //{{AFX_MSG(CSelOptPage)
  46.     afx_msg void OnGraphics();
  47.     afx_msg void OnInserts();
  48.     virtual BOOL OnInitDialog();
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51.  
  52. };
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_SELOPTPAGE_H__E7808AF4_A75C_11D1_B7B8_000021452DB6__INCLUDED_)
  58.